internal/bisect.Matcher.dedup (field)

3 uses

	internal/bisect (current package)
		bisect.go#L314: 	dedup   atomicPointerDedup
		bisect.go#L460: 			d = m.dedup.Load()
		bisect.go#L465: 			if m.dedup.CompareAndSwap(nil, d) {